home *** CD-ROM | disk | FTP | other *** search
- Path: news.primenet.com!not-for-mail
- From: hallem@primenet.com (Robert Hallem)
- Newsgroups: comp.lang.c++
- Subject: codeguard troubles???
- Date: 9 Jan 1996 18:24:01 -0700
- Organization: Primenet
- Sender: root@primenet.com
- Message-ID: <4cv4fh$o8k@nnrp1.news.primenet.com>
- Reply-To: hallem@primenet.com
- X-Posted-By: ip9-002.lax.primenet.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- I have been running this simple piece of c++ code under Borland C++
- 4.51 with codeguard enabled. After I finish running the code and
- close the window (it is an EasyWin application) codeguard gives me a
- function violation error from lseek. This is simple Borland string
- manipulation, I need help.
-
- #include "cstring.h"
- #include <iostream.h>
-
- int main()
- {
- string pathtopurge;
- cin >> pathtopurge;
-
- return 0;
- }
-
- thanks, hallem@primenet.com
-
-